home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / pstory1b.zip / PROSTORY.DOC < prev    next >
Text File  |  1991-10-19  |  6KB  |  108 lines

  1.                 ProStory - The Storyboard door for PCBoard 14.x
  2.                        A ProKit based door by Matt Messier
  3.                          (c) Copyright 1991 Matt Messier
  4.  
  5. ProStory is a storyboard type door where users are allowed to go in and write
  6. stories with each other.  One user will start the story, and others can add to
  7. it.  There is no limit to how many additions may be made to the story!  There
  8. can be up to 255 stories going on at one time.
  9.  
  10. CONFIG FILE
  11. -----------
  12.      ProStory uses the standard ProKit interface for PCBoard.  Originally
  13. written with ProKit 3.4, thus requiring at least one configuration line.
  14. ProStory also requires 5 additional configuration lines for a total of 6 lines.
  15. These lines are outlined below:
  16.  
  17. Line 1: INTERRUPT - the best, fastest                   THIS LINE IS REQUIRED
  18.      or BIOS      - if interrupt fails to work          BY PROKIT ITSELF!
  19. Line 2: Name of the story data file.  This is the file that ProStory creates
  20.         and maintains by itself.  You do not need to interfere with this file.
  21.         This should be the same for all nodes if you want them to be accessing
  22.         the same stories.  The actual story data files are kept in the current
  23.         directory that the program is run from.  The story data file contains
  24.         such information as the title of the story, name of the story text
  25.         file, who started it, last update, last person to update, etc.
  26. Line 3: Maximum number of lines to be added at one time.  When a user chooses
  27.         to add to the story, they are given either a line editor or the full
  28.         screen editor to make their additions with.  You may choose how many
  29.         lines are allowed (just like maximum message lines in pcbsetup).  A
  30.         good value for this is probably around 20 or 30.  The maximum value
  31.         is 98.  If you set it higher, ProStory will stop at 98.
  32. Line 4: Maximum number of active stories at one time.  ProStory can handle up
  33.         to 255 active stories at one time.  Having that many stories may get
  34.         a little out of hand.  You may change it to anything you like.  Setting
  35.         this value to 0 will disable the door altogether!   10 is probably a
  36.         good value for this setting.
  37. Line 5: Who this door is registered to.  When you register the door, place the
  38.         text given to you in this spot.  Usually this will be your BBS name.
  39. Line 6: Registration number for the door.  This will also be given to you when
  40.         you register.  If this number doesn't match with the one computed by
  41.         ProStory with line 5, then the door will default to unregistered.
  42.  
  43. UNREGISTERED VERSIONS
  44. ---------------------
  45.      If you've gotten past lines 5 and 6 without coughing and choking, you'll
  46. be happy to read this section.  ProStory comes with no restrictions if you do
  47. not register.  You'll just get the message at opening time that says the door
  48. is not registered.  There are no delays, nothing is disabled, etc.  I *HATE*
  49. crippleware.  I can't stand it, therefore I will not be a hipocryte and put it
  50. into my programs.
  51.  
  52. SYSOP OPTIONS
  53. -------------
  54.      For users with a security level of 110, there is an extra option on the
  55. main menu in the door.  You may delete a story.  When you delete a story, you
  56. null out the story list record (so it may be used again), and ProStory will
  57. rename the Story data file to the old name with the extension of .OLD.  This
  58. command on the menu is highlighted with a red asterisk.  Other options may
  59. come in the future, who knows ...
  60.  
  61. HELP FILES
  62. ----------
  63.      There are a couple of help files included with the door.  They are there
  64. for the full screen editor and for the line editor.  Just pop these babies
  65. into the same directory as ProStory and you'll be ready to rock ...
  66.  
  67. RUNNING THE PROGRAM
  68. -------------------
  69.      The standard batch file format is used to run this door.  Standard
  70. Prokit batch file format that is .. heh.  Here is an example:
  71.  
  72. @echo off
  73. cd\doors\prostory
  74. prostory prostory.cnf \pcb
  75. cd\pcb
  76. if exist event.bat event
  77. board
  78.  
  79.      Add the new door to your DOORS.LST file in PCBSetup, edit your DOORS
  80. display file, tell users its there and you'll be rockin'! <g>  Enjoy!
  81.  
  82. REGISTRATION
  83. ------------
  84.      This isn't a really spectacular superific fantasic door.  It was written
  85. because I didn't like any of the other doors I saw out there that did the same
  86. thing.  They were all too limited.  Some didn't even have word wrap!  So there
  87. was a need (in my view) and I filled it.  If you like the door and happen to
  88. have an extra 5 dollar bill hanging around, pop it in the mail to me and I'll
  89. send you back a registration number.  Actually, please send only checks or
  90. money orders.  Don't send cash through the mail ... Isn't too reliable.
  91. When you send your registration in, just give me the name of your board as you
  92. would like it to appear (case is important) when ProStory loads up.  Also give
  93. me your BBS phone number so I can call you up and give you the number.
  94.  
  95. Please address all checks and money orders to "Matt Messier" only.  Thank you
  96.  
  97. ProStory Registration
  98. c/o Matt Messier
  99. 3 Loring Drive
  100. Lincoln, RI    02865-1623
  101.  
  102. CONCLUSION
  103. ----------
  104.      Now how many conclusions do you see in program documentations?  Not many,
  105. of that I am sure.  Anyways ... I just wanted to say if you have any problems
  106. with the program, comments, or suggestions, feel free to drop me a line on my
  107. board (401-726-3859) and I'd glad to get back to you!
  108.